Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / ItemEventArgs<T> Class / Item Property


In This Topic
    Item Property (ItemEventArgs<T>)
    In This Topic
    Gets the item.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Item As T
    'Usage
     
    
    Dim instance As ItemEventArgs(Of T)
    Dim value As T
     
    value = instance.Item
    public T Item {get;}

    Property Value

    An object value that indicates the item.
    See Also